/*公共底部*/
.gqt_footer { width: 100%;background-color: #D11219;color: #e7baba;}
.f_top {padding-top: 30px; padding-bottom: 30px;}
.f_s {border-bottom: 1px #e7baba solid;line-height: 30px; padding-bottom: 10px;}
.f_s a {color: #e7baba;margin-right: 30px;font-size:14px;}
.f_x{overflow:hidden;}
.f_address {line-height: 30px;margin-top: 20px;color: #e7baba;}
.f_ewm {
    margin-top: 20px;
    text-align: center;
}
.f_ewm img {
    display: block;
}
.f_ewm span {
    display: block;
    margin-top: 10px;
}

@media (min-width: 1200px)
  .container {width: 1200px;}
}

@media (max-width: 768px) {
  .navgationDiv{display:none;}
  .container{width:100%!important;}
}

@media screen and (max-width:640px) {
  .navgationDiv{display:none;}
  .container{width:100%!important;}
  .f_ewm{width:16%;}
  .f_s a{margin-right:21px;}
  .f_address{width:79%;}
}